home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Test.dir / 00008_Script_8 < prev    next >
Text File  |  2002-10-15  |  107b  |  7 lines

  1. on startmovie
  2.   global testobj
  3.   if testobj=Void then
  4.     testobj=new(script "testobj")
  5.   end if
  6. end
  7.